Skip to content

Commit 6f642b5

Browse files
committed
chore: version bump 13.1.0
1 parent bd0718d commit 6f642b5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [13.1.0] - 2025-02-13
4+
5+
### Added
6+
7+
- Support for generic-worker's `runAsCurrentUser` feature
8+
9+
### Fixed
10+
11+
- Error handling during docker image builds
12+
- Issue in `get_changed_files()` utility with merge commits in Mercurial
13+
- Deprecation warning in `run-task` with Python 3.12
14+
315
## [13.0.0] - 2025-01-23
416

517
### Added

src/taskgraph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

5-
__version__ = "13.0.0"
5+
__version__ = "13.1.0"
66

77
# Maximum number of dependencies a single task can have
88
# https://docs.taskcluster.net/docs/reference/platform/queue/api#createTask

0 commit comments

Comments
 (0)